home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / WinXP Service Pack 1 / xpsp1_sv_x86.exe / ip / netip6.in_ / netip6.inf
Encoding:
Text (UTF-16)  |  2002-09-09  |  9.7 KB  |  146 lines

  1. ; NETIP6.INF -- TCP/IP version 6 Protocol
  2. ;
  3. ; IPv6 Installation file for Windows 2000
  4. ;
  5. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  6.  
  7. [Version]
  8.     Signature   = "$Windows NT$"
  9.     Class       = NetTrans
  10.     ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  11.     Provider    = %Msft%
  12. DriverVer=07/01/2001,5.1.2600.1106
  13.  
  14. [Manufacturer]
  15.     %Msft% = Msft
  16.  
  17. [Msft]
  18.     %MS_TCPIP6.DisplayName% = MS_TCPIP6.Install, MS_TCPIP6
  19.  
  20. [MS_TCPIP6.Install]
  21.     Characteristics = 0
  22.     AddReg          = Registry.MS_TCPIP6.Install
  23.  
  24. [Registry.MS_TCPIP6.Install]
  25. ; Class Information
  26.     HKR, Ndi, HelpText,   0, %MS_TCPIP6.HelpText%
  27.     HKR, Ndi, Service,    0, "Tcpip6"
  28.     HKR, Ndi, CoServices, 0x10000, "Tcpip6", "6to4"
  29. ;
  30. ;   Note: The following line is required for Teredo to work.
  31. ;   HKR, Ndi, RequiredAll,0, "*TUNMP"
  32. ;
  33.  
  34.  
  35. ; Interfaces
  36.     HKR, Ndi\Interfaces, UpperRange, 0, "tdi"
  37.     HKR, Ndi\Interfaces, LowerRange, 0, "ndis5,ndis5_ip6"
  38.  
  39. ;=====================================
  40. ; Microsoft IPv6 Interface and Service Install
  41. ;=====================================
  42.  
  43. ; Service install
  44. [MS_TCPIP6.Install.Services]
  45.     AddService      = Tcpip6,    0, Install.AddService.TCPIP6,    NetEventLog
  46.     AddService      = 6to4,      0, Svc-6to4
  47.  
  48. ; Install Tcpip6 service
  49. ;
  50. ; The Tcpip6 driver can be loaded without the Tcpip (IPv4) driver.
  51. ; But we don't test that configuration.
  52. ; Also there's a race - the Tcpip6 driver might start before
  53. ; the Tcpip driver has initialized, in which case
  54. ; the v6-v4 tunnel code will fail to initialize properly.
  55. ; So we create a dependency on Tcpip.
  56. [Install.AddService.TCPIP6]
  57.     DisplayName     = %MS_TCPIP6.TCPIP6.ServiceDescription%
  58.     ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  59.     StartType       = 1 ;SERVICE_SYSTEM_START
  60.     ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  61.     ServiceBinary   = %12%\tcpip6.sys
  62.     LoadOrderGroup  = PNP_TDI
  63.     Dependencies    = Tcpip
  64.     AddReg          = Registry.Service.TCPIP6
  65.     Description     = %MS_TCPIP6.TCPIP6.ServiceDescription%
  66.  
  67. [Svc-6to4]
  68.     DisplayName     = %MS_TCPIP6.6to4.DisplayName%
  69.     ServiceType     = 0x120 ;SERVICE_INTERACTIVE_PROCESS | SERVICE_WIN32_SHARE_PROCESS
  70.     StartType       = 2 ;SERVICE_AUTO_START
  71.     ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  72.     ServiceBinary   = %11%\svchost.exe -k netsvcs
  73. ;
  74. ; The dependency on RpcSs is because this service may be set to auto-start
  75. ; and it runs in an instance of Svchost that needs to call
  76. ; CoInitailizeSecurity on behalf of the entire process.
  77. ; This call (made by svchost) will not succeed unless RpcSs is running.
  78. ;
  79. ; The dependency on WinMgmt is because the 6to4 service needs to query ICS
  80. ; configuration information, and the API for this information requires
  81. ; WinMgmt to be running.
  82. ;
  83.     Dependencies    = RpcSS,tcpip6,winmgmt
  84.     AddReg          = Registry.Service.6to4.AddReg
  85.     Description     = %MS_TCPIP6.6to4.ServiceDescription%
  86.  
  87. ; Install Winsock dependency
  88. [MS_TCPIP6.Install.Winsock]
  89.     AddSock     = Install.Tcpip6Winsock
  90.  
  91. [Install.Tcpip6Winsock]
  92.     TransportService    = Tcpip6
  93.     HelperDllName       = "%SystemRoot%\System32\wship6.dll"
  94.     MaxSockAddrLength   = 0x1c
  95.     MinSockAddrLength   = 0x1c
  96.  
  97. [Registry.Service.TCPIP6]
  98.     HKR, , "TextModeFlags", 0x10001, 0x0001
  99.     HKR, Parameters\Winsock,"UseDelayedAcceptance",0x10001,0x0000
  100.  
  101. [Registry.Service.6to4.AddReg]
  102.     HKLM,"SOFTWARE\Microsoft\NetSh", ipv6mon,, "ipv6mon.dll"
  103.     HKR, Parameters, ServiceDll, 0x00020000, "%%SystemRoot%%\System32\6to4svc.dll"
  104.  
  105. [Registry.Service.6to4.DelReg]
  106.     HKLM,"SOFTWARE\Microsoft\NetSh", ipv6mon
  107.     HKR, Parameters, ServiceDll
  108.  
  109. ;====================================
  110. ; TCP/IP6 Interface and Service Remove
  111. ;====================================
  112.  
  113. [MS_TCPIP6.Install.Remove]
  114.     DelReg = Registry.Service.6to4.DelReg
  115. ;nothing
  116.  
  117. [MS_TCPIP6.Install.Remove.Services]
  118.     DelService = Tcpip6
  119.     DelService = 6to4
  120.  
  121. [MS_TCPIP6.Install.Remove.Winsock]
  122.     DelSock = Remove.Tcpip6Winsock
  123.  
  124. [Remove.Tcpip6Winsock]
  125.     TransportService=Tcpip6
  126.  
  127. ;****************************************************************************
  128. ; [Event Log] sections.
  129. ;****************************************************************************
  130. [NetEventLog]
  131. AddReg = NetEventLog.AddReg
  132.  
  133. [NetEventLog.AddReg]
  134.     HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  135.     HKR,,TypesSupported,0x00010001,7
  136.  
  137.  
  138. [Strings]
  139. Msft = "Microsoft"
  140.  
  141. MS_TCPIP6.DisplayName = "Microsoft IPv6 - version för utvecklare"
  142. MS_TCPIP6.HelpText    = "TCP/IP version 6. Nästa generations version av det Internet-protokoll som möjliggör kommunikation över sammanlänkade nätverk av olika typer."
  143. MS_TCPIP6.TCPIP6.ServiceDescription   = "Drivrutin för protokollet Microsoft IPv6"
  144. MS_TCPIP6.6to4.DisplayName = "6to4"
  145. MS_TCPIP6.6to4.ServiceDescription = "Möjliggör IPv6-anslutning över ett an IPv4-nätverk"
  146.